Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Stores.​IMessageStore<​TModel>

Assembly: Duende.IdentityServer

Interface for a message store

Methods

WriteAsync​(Models.​Message<​TModel> message)
Writes the message.
Returns An identifier for the message
message The message.
ReadAsync​(string id)
Reads the message.
id The identifier.